feat(plugin): auto-install statusLine, tmux sidebar, and config#1095
Merged
JeremyDev87 merged 1 commit intoMar 28, 2026
Merged
Conversation
- Add _install_statusline() to auto-copy codingbuddy-hud.py and register in settings.json, replacing OMC while preserving custom statusLines - Add _setup_tmux_sidebar() with $TMUX detection, duplicate pane prevention, and i18n suggestion messages (en/ko) for non-tmux users - Add _get_plugin_version() to read version from plugin.json dynamically - Set CODINGBUDDY_AUTO_TUI=0 to disable standalone TUI auto-launch - Wire Steps 2.5, 4.5, 6.5 into session-start main() flow - Add 15 tests (9 install + 6 tmux), all passing Closes #1089 Closes #1091 Closes #1092
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codingbuddy-hud.pyto~/.claude/hud/and register statusLine insettings.jsonomc-hud) automatically_find_hud_source()with 3-tier search (env → cache → dev)_get_plugin_version()reads version fromplugin.jsondynamically$TMUXenv varcodingbuddy tuitmux list-panescheckCODINGBUDDY_AUTO_TUI=0to disable standalone terminal TUITest plan
python3 -m pytest tests/test_session_start_hud.py -v— 9 passedpython3 -m pytest tests/test_tmux_sidebar.py -v— 6 passedpython3 -m pytest tests/ -q— 408 passedCloses #1089
Closes #1091
Closes #1092